home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / developm / source / drgnsmth.cpt / Dragonsmith 1.1 / ! Read me next >
Encoding:
Text File  |  1992-10-12  |  1.9 KB  |  45 lines

  1. Dragonsmith
  2. by Paul M. Hoffman
  3.  
  4. Drag-and-drop application kit for THINK C 5.0
  5. version 1.1
  6. 11 Oct 1992
  7.  
  8. Description
  9. -----------
  10.  
  11. The Dragonsmith kit lets THINK C programmers easily create drag-and-drop applications (or "dragons") for use in System 7 or greater.
  12.  
  13. The Dragon class is the foundation of an object-oriented (non-THINK Class Library) framework for a simple drag-and-drop application.  To create your own dragons, you'll create a subclass of Dragon and override one (or possibly more) of Dragon's methods.
  14.  
  15. Three sample "dragons" are provided, along with their THINK C project and source files.  "File Paths" is a handy programming tool, and you'll need "Passer" to debug your own dragons.  "File Cleaver" is a text file splitter.
  16.  
  17. *** All source code is included. ***
  18.  
  19. Setup instructions
  20. -----------------
  21.  
  22.      1.    Extract the remaining files in this archive, if you haven't already done so
  23.      2.    Open the file "Dragonsmith Programmer's Manual" (or "Dragonsmith Manual (text)" if you don't have Microsoft Word) and read the sections "Introduction" and "Getting Started"
  24.  
  25. Miscellaneous notes
  26. ------------------
  27.  
  28. System 7 is required -- dragons without drag-and-drop would be rather pointless.
  29.  
  30. You don't need to know anything about the THINK Class Library to use Dragonsmith.  If you've never used the object-oriented features of THINK C, read Chapters 3 and 4 of the THINK C 5.0 Object-Oriented Programming Manual.
  31.  
  32. All source code in the Dragonsmith kit is Copyright 1992 Paul Hoffman but may be freely used, altered, and distributed in any way as long as it is GIVEN away rather than sold (except as expressly permitted by the author).
  33.  
  34. Paul M. Hoffman
  35. 840 S. First St. #1
  36. Ann Arbor MI 48103
  37.  
  38. Yes, I am a poor (part-time) student.
  39. No, I'm not asking for any contributions.
  40. Send me a postcard if you want to, but e-mail is better -- my Internet address is
  41.  
  42. paul.hoffman@um.cc.umich.edu
  43.  
  44. "Dragons do not enter into this story."
  45.